-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Fix build if ITTAPI_SOURCE_DIR is specified #106924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ITTAPI_SOURCE_DIR is what IntelJITProfiling uses, so I presume this is what should be used here. This fixes building for me as I set `ITTAPI_SOURCE_DIR`.
|
I'm not sure what the process is or whether this is eligible for backporting to v19 but I would like to see this backported. |
|
Friendly bump. Anyone interested in reviewing this PR? 🙂 |
|
Bump 🙂 |
|
@hongyu-dev It looks like your PR broke this, #81825. Do you mind reviewing? |
|
Hi @lhames could you please take a look at this? Thank you very much. (Lang is the maintainer for Orc, he would be the best reviewer for any change here). |
lhames
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Zentrik!
|
@Zentrik If you'd like this cherry-pick to the 20.0 release branch you can open an issue for that and comment "/cherry-pick f8287f6" (following the process described in https://groups.google.com/g/llvm-dev/c/SfSqz81zwjg). |
Error: Command failed due to missing milestone. |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/88/builds/7582 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/146/builds/2227 Here is the relevant piece of the build log for the reference |
de92615 allows specifying the source directory of ittapi. This change allows configuring the source directory of ittapi here as well.
https://github.com/llvm/llvm-project/blob/357bd61744bb8cc2b9b07447294fa977e5758550/llvm/lib/ExecutionEngine/IntelJITProfiling/CMakeLists.txt allows specifying the source directory of ittapi. This change allows configuring the source directory of ittapi here as well.